body{
    font-size: 12px;
    font-family: "微软雅黑";min-width:1418px;word-wrap:break-word;word-break:break-all;
}
body,p,ul,li,div,img{
    margin:0;
    padding:0;}
img{
    border: none;
}
ul,li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.clear{clear: both;}
/*头部*/
.header-banner{
    height: auto;
}
.header-top{
    width: 100%;
    height: 120px;
    background:#437381;
}
.header-top-imgbg{background:#437381 url(images/top_banner.jpg) no-repeat top right;float:right;width:595px;height:120px;}

.logo{
    overflow: hidden;
    height: auto;
    font-size: 12px;
    float:left;
    padding-top:15px;
}
.logo>img{
    margin-left: 15px;
    float: left;
}
.logo a{
    color: #fff;
}
.logo-letter{
    float: right;
}
.logo-letter>p{
    width: 300px;
}
.logo-letter>p>a{
    display: inline-block;
    width: 52px;
    height: 45px;
    text-align: center;
}
.logo-letter img{
    margin-bottom: 10px;
    margin-top: 2px;
}
.logo-letter span{
    display: inline-block
}
.logo-letter a:hover>span,.head_top_left a:hover{
    color: yellow;font-size:12px;
}
.logo-lastp{
    margin-top: 10px;
    position: relative;
    width:225px;
}
.logo-lastp .span a{
    background: #168eea;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display:inline-block;
    cursor: pointer;
    padding:0px 5px;
}

.logo-search{width:160px;position: relative;}
.logo-search .search{position: absolute;top:0px;height:19.5px;background:#168eea;color:#fff;border:none;}
.input-img{
    width: 16px;
    height: 14px;
    background:#168eea;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding:3px 7px;
    position: absolute;
    right: 0;
    top: 0;
    }
.input{
    width: 90px;
    height: 18px;
    border: 1px solid #aaa;
    outline: none;
    background: none;
    color: #fff;
    padding:0;
    padding-left: 8px;
    float:left;
}

.logo-language{width: 60px;float:right;line-height:0px;}

.head_top_left{
    float: left;
}
.head_top_left>a{
    margin-right: 23px;
    color:#fff;
   font-size:12px;
}
.head_top_right{float:right;color:#fff;padding-right:10px;}
.head_top_right a{color:#fff;margin:0 10px;}
.head_top_right a:hover{color:yellow;margin:0 10px;}

/*导航*/
.nav-bg{width:100%;background: #2a5c6b;}
.nav{
    height: 45px;
    font-size: 16px; /*修改之前16*/    
}
.nav>ul>li{
    float: left;
    position: relative;
}
.nav>ul>li>a{
    padding: 0 25px;
    line-height: 45px;
    color: #fff;
}
.nav>ul>li:hover>a{
    color: yellow;
}
.nav>ul>li>a.first{
    padding-left: 0;
}
.nav>ul>li>a.life{
    padding-right: 0;
}
.nav>ul>li>.hide,.nav>ul>li>.hided{
    display: none;
    width: 408px;
    height: auto;
    z-index: 100;
    border-left:1px solid #006EAE;
    border-right:1px solid #006EAE;
    border-bottom:1px solid #006EAE;
    background: #1177bb;
    filter: alpha(opacity=70);
    opacity: 0.9;
}
.nav>ul>li>.hide{
    position: absolute;
    top: 71px;javascript:void(0)
    z-index:9999;
}
.nav>ul>li>.hided{
    position: absolute;
    top: 71px;
}
.hide>ul>li,.hided>ul>li{
    line-height: 36px;
    /*border-right: 1px dashed #aaa;*/
    /*border-bottom: 1px dashed #aaa;*/
    width: 135px;
    text-align: center;
    /*background: #3381af;*/    
}
.hide>ul>li{
    float: left;
}
.hided>ul>li{
    float: right;
}
.hide>ul>li>a,.hided>ul>li>a{
    color: #fff;
}
.hide>ul>li:hover>a,.hided>ul>li:hover>a{
    color: yellow;
}


.wp_nav .sub-nav .nav-item a span.item-name{background:#2a5c6b;width:125px;}  /*修改之前85*/    
.wp_nav .sub-nav .nav-item a{border:none;}


.wp_nav .nav-item a span.item-name{color:#fff;padding:0px 45px;line-height:45px;} /*修改之前18*/    
.wp_nav .nav-item a span.item-name:hover{color:yellow}

